Resource StructureDefinition/FHIR Server from package odilab.evo#0.0.5 (62 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "PrescriptionDevice",
"url" : "http://fhir.odilab.de/StructureDefinition/PrescriptionDevice",
"name" : "PrescriptionDevice",
"title" : "PrescriptionDevice",
"status" : "draft",
"description" : "Ein Rezept für eine Hilfsmit.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "quick",
"uri" : "http://siframework.org/cqf",
"name" : "Quality Improvement and Clinical Knowledge (QUICK)"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "DeviceRequest",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DeviceRequest",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "DeviceRequest.id",
"path" : "DeviceRequest.id",
"min" : 1
},
{
"id" : "DeviceRequest.meta",
"path" : "DeviceRequest.meta",
"min" : 1
},
{
"id" : "DeviceRequest.meta.profile",
"path" : "DeviceRequest.meta.profile",
"min" : 1,
"max" : "1"
},
{
"id" : "DeviceRequest.meta.security",
"path" : "DeviceRequest.meta.security",
"max" : "0"
},
{
"id" : "DeviceRequest.meta.tag",
"path" : "DeviceRequest.meta.tag",
"max" : "0"
},
{
"id" : "DeviceRequest.implicitRules",
"path" : "DeviceRequest.implicitRules",
"max" : "0"
},
{
"id" : "DeviceRequest.language",
"path" : "DeviceRequest.language",
"max" : "0"
},
{
"id" : "DeviceRequest.extension",
"path" : "DeviceRequest.extension",
"min" : 1
},
{
"id" : "DeviceRequest.extension:Zuzahlungsstatus",
"path" : "DeviceRequest.extension",
"sliceName" : "Zuzahlungsstatus",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_StatusCoPayment"
]
}
]
},
{
"id" : "DeviceRequest.extension:Notdienstgebuehr",
"path" : "DeviceRequest.extension",
"sliceName" : "Notdienstgebuehr",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_EmergencyServicesFee"
]
}
]
},
{
"id" : "DeviceRequest.extension:BVG",
"path" : "DeviceRequest.extension",
"sliceName" : "BVG",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://fhir.odilab.de/StructureDefinition/KBV-EX-ERP-BVG-ODIL"
]
}
]
},
{
"id" : "DeviceRequest.extension:Unfallinformationen",
"path" : "DeviceRequest.extension",
"sliceName" : "Unfallinformationen",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://fhir.odilab.de/StructureDefinition/Unfallinformation"
]
}
]
},
{
"id" : "DeviceRequest.extension:Folgeversorgung",
"path" : "DeviceRequest.extension",
"sliceName" : "Folgeversorgung",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://fhir.odilab.de/StructureDefinition/Folgeversorgung"
]
}
]
},
{
"id" : "DeviceRequest.identifier",
"path" : "DeviceRequest.identifier",
"max" : "0"
},
{
"id" : "DeviceRequest.instantiatesCanonical",
"path" : "DeviceRequest.instantiatesCanonical",
"max" : "0"
},
{
"id" : "DeviceRequest.instantiatesUri",
"path" : "DeviceRequest.instantiatesUri",
"max" : "0"
},
{
"id" : "DeviceRequest.basedOn",
"path" : "DeviceRequest.basedOn",
"max" : "0"
},
{
"id" : "DeviceRequest.priorRequest",
"path" : "DeviceRequest.priorRequest",
"max" : "0"
},
{
"id" : "DeviceRequest.groupIdentifier",
"path" : "DeviceRequest.groupIdentifier",
"max" : "0"
},
{
"id" : "DeviceRequest.status",
"path" : "DeviceRequest.status",
"min" : 1,
"fixedCode" : "active"
},
{
"id" : "DeviceRequest.intent",
"path" : "DeviceRequest.intent",
"fixedCode" : "order"
},
{
"id" : "DeviceRequest.priority",
"path" : "DeviceRequest.priority",
"max" : "0"
},
{
"id" : "DeviceRequest.code[x]",
"path" : "DeviceRequest.code[x]",
"type" : [
{
"code" : "CodeableConcept"
}
]
},
{
"id" : "DeviceRequest.code[x].coding.system",
"path" : "DeviceRequest.code[x].coding.system",
"fixedUri" : "http://fhir.de/sid/gkv/hmnr"
},
{
"id" : "DeviceRequest.parameter.id",
"path" : "DeviceRequest.parameter.id",
"max" : "0"
},
{
"id" : "DeviceRequest.parameter.code.id",
"path" : "DeviceRequest.parameter.code.id",
"max" : "0"
},
{
"id" : "DeviceRequest.parameter.code.coding",
"path" : "DeviceRequest.parameter.code.coding",
"max" : "1"
},
{
"id" : "DeviceRequest.parameter.code.coding.system",
"path" : "DeviceRequest.parameter.code.coding.system",
"min" : 1
},
{
"id" : "DeviceRequest.parameter.code.coding.version",
"path" : "DeviceRequest.parameter.code.coding.version",
"max" : "0"
},
{
"id" : "DeviceRequest.parameter.code.coding.code",
"path" : "DeviceRequest.parameter.code.coding.code",
"min" : 1
},
{
"id" : "DeviceRequest.parameter.code.coding.userSelected",
"path" : "DeviceRequest.parameter.code.coding.userSelected",
"max" : "0"
},
{
"id" : "DeviceRequest.subject",
"path" : "DeviceRequest.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Patient|1.1.0"
]
}
]
},
{
"id" : "DeviceRequest.encounter",
"path" : "DeviceRequest.encounter",
"max" : "0"
},
{
"id" : "DeviceRequest.occurrence[x]",
"path" : "DeviceRequest.occurrence[x]",
"short" : "Verordnungszeitraum",
"definition" : "Zeitraum, in dem die Verordnung gültig ist",
"type" : [
{
"code" : "Period"
}
]
},
{
"id" : "DeviceRequest.authoredOn",
"path" : "DeviceRequest.authoredOn",
"short" : "Ausstellungsdatum",
"definition" : "Ausstellungsdatum der Verordnung",
"min" : 1
},
{
"id" : "DeviceRequest.requester",
"path" : "DeviceRequest.requester",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner|1.1.0"
]
}
]
},
{
"id" : "DeviceRequest.performerType",
"path" : "DeviceRequest.performerType",
"max" : "0"
},
{
"id" : "DeviceRequest.performer",
"path" : "DeviceRequest.performer",
"max" : "0"
},
{
"id" : "DeviceRequest.reasonCode",
"path" : "DeviceRequest.reasonCode",
"short" : "Diagnose (ICD)",
"definition" : "Abbildung der Diagnose für die Verordnung",
"max" : "1",
"binding" : {
"strength" : "required",
"valueSet" : "http://fhir.odilab.de/ValueSet/valueSet-icd-10-gm"
}
},
{
"id" : "DeviceRequest.reasonReference",
"path" : "DeviceRequest.reasonReference",
"max" : "0"
},
{
"id" : "DeviceRequest.insurance",
"path" : "DeviceRequest.insurance",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Coverage|1.1.0"
]
}
]
},
{
"id" : "DeviceRequest.supportingInfo",
"path" : "DeviceRequest.supportingInfo",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.